header3@charset "utf-8";
/* CSS Document */

/***
Header
***/
.header-wrap {
	background: #fcfcfc;
}
/***
Pre-Header and pre-header elements
***/
.pre-header {
	color: #333;
	padding-top: 10px;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #fcfcfc;
	position:relative;
	font-size:12px;
	padding-right:55px;
}
.pre-header a {
	color: #333;
}
.pre-header a:hover {
	color: #f68b1f;
}
.pre-header a:focus {
	text-decoration: none;
}
.pre-header li {
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
}
/* .pre-header li:last-child {
	border: none;
}
.pre-header li:last-child {
	padding-right: 0;
} */
/* search block */
.pre-header .search-box {
	right: -7px;
	top: 100%;
	padding: 15px;
	display: none;
	background: #fcfcfc;
	position: absolute;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	width: 274px;
	margin-top: 10px;
	z-index: 9999;
}
.pre-header .search-box:after {
	top: -8px;
	width: 0;
	height: 0;
	right: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 8px solid #f68b1f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.pre-header .search-box button {
	margin-left: 0 !important;
	background-color:#f68b1f;
	border:0;
}
.pre-header li.menu-search i {
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	top: 0;
	width: 15px;
	height: 15px;
	opacity: 0.6;
}
.pre-header li.menu-search i:hover {
	color: #c63927;
	background-position: 0 -15px;
}
/* langs block */
.pre-header .langs-block {
	position: relative;
}
.pre-header .langs-block .fa {
	margin-right: 0;
}
.pre-header .langs-block-dropdown-wrapper {
	position: absolute;
	right:0;
	left:auto;
	top: 100%;
	z-index: 99999;
}
.pre-header .langs-block-dropdown {
	padding: 10px 10px 2px;
	background: #fcfcfc;
	z-index: 9999;
	min-width:175px;
	display: none;
	margin-top: 12px;
	border-top: solid 2px #f68b1f;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	position: relative;
 transition: opacity .3s ease-in-out;
 -moz-transition: opacity .3s ease-in-out;
 -webkit-transition: opacity .3s ease-in-out;
}
.pre-header .langs-block-dropdown:after {
	top: -8px;
	width: 0;
	height: 0;
	right: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 8px solid #f68b1f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.pre-header .langs-block-dropdown-left {
	padding: 10px 10px 2px;
	background: #fcfcfc;
	z-index: 9999;
	min-width:175px;
	display: none;
	margin-top: 12px;
	border-top: solid 2px #f68b1f;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	position: relative;
 transition: opacity .3s ease-in-out;
 -moz-transition: opacity .3s ease-in-out;
 -webkit-transition: opacity .3s ease-in-out;
}
.pre-header .langs-block-dropdown-left:after {
	top: -8px;
	width: 0;
	height: 0;
	left: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 8px solid #f68b1f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.pre-header .langs-block:hover .langs-block-dropdown {
	display: block;
}
.pre-header .langs-block:hover .langs-block-dropdown-left {
	display: block;
}
.pre-header .langs-block-dropdown a {
	display: block;
	margin-bottom: 8px;
}
.pre-header .langs-block-dropdown-left a {
	display: block;
	margin-bottom: 8px;
}

/* BEGIN max width 767px */
@media (max-width: 767px) {
.pre-header .pull-right li:first-child {
 padding-left: 0;
}
}
/***
Header and header elements
***/
.header {
	border-radius: 0;
	z-index: 999;/*	position: relative;*/
}
.header .container {
	position: relative;
}

/***
logoset 
***/
.logoset {
  padding: 0;
  margin: 0;
}
.logoset :before, .logoset:after {
  content: " ";
  display: table;
}
.logoset :after {
  clear: both;
}
a.logo {
  width: 200px;
  height: 50px;
  display: block;
  background: url(../images/global/foxit-logo-200.png) no-repeat;
  background-size: 200px;
	float: left;
	margin-top: 9px;
}
.logoset  li a.tagline {
  width: 300px;
  height: 42px;
  display: none;
  background: url(../images/global/tagline-400.png) no-repeat bottom;
  background-size: 300px;

}
@media (max-width: 767px) {
.logoset  li a.logo {
  width: 100px;
  height: 38px;
  display: block;
  background: url(../images/global/foxit-logo-400.png) no-repeat;
  background-size: 100px;
}
.logoset  li a.tagline {
  width: 240px;
  height: 15px;
  display: block;
  background: url(../images/global/tagline-400.png) no-repeat bottom;
  background-size: 240px;

}
}
@media (max-width: 480px) {
.logoset  li a.logo {
  width: 80px;
  height: 30px;
  display: block;
  background: url(../images/global/foxit-logo-400.png) no-repeat;
  background-size: 80px;
}
}
/*.logoset  li a.logo {
  width: 136px;
  height: 50px;
  display: block;
  background: url(../images/global/foxit-logo-136.png) no-repeat;
}
.logoset  li a.tagline {
  width: 300px;
  height: 42px;
  display: block;
  background: url(../images/global/foxit-tagline.png) no-repeat bottom;
    margin-top:10px;

}
@media (max-width: 480px) {
	.logoset  li a.logo {
  width: 80px;
  height: 32px;
  display: block;
  background: url(../images/global/Foxit-logo-80.png) no-repeat;
}
.logoset  li a.tagline { display: none;
}
}*/






/* mob-toggler */
.header .mobi-toggler {
	float: right;
	color: #333;
	border: 1px solid #333;
	border-radius: 100% !important;
	width: 32px;
	height: 32px;
	display: none;
	margin: 0;
	position: relative;
	text-align:center;
}
.header .mobi-toggler i {
	font-size:16px;
	padding-top:8px;
}

.header .mobi-toggler:hover {
	border-color: #f68b1f;
	color: #f68b1f;
}
/* Navigation */
.header-navigation {
	font: 1.25em "Open Sans", sans-serif;
	/*font: 15px "Open Sans", sans-serif;*/
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation > ul > li {
	float: left;
}
.header-navigation > ul > li > a {
	color: #333;
	display: block;
	padding: 23px 12px 20px;
}
.header-navigation ul > li.active > a, .header-navigation ul > li > a:hover, .header-navigation ul > li > a:focus {
	color: #f68b1f;
	background: #fcfcfc;
	text-decoration: none;
}
.header-navigation ul > li.active > a {
	border-bottom: 2px solid #f68b1f;
}
.header-navigation, .header-navigation .dropdown {
	position: static;
}
.header-navigation .dropdown-menu {
	left:auto;
	top: 100%;
	padding: 0;
	background: #fcfcfc;
	position: absolute;
	border: none;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	text-transform: none;
	font: 13px "Open Sans", sans-serif;
	letter-spacing: 0;
	border-radius: 0;
	z-index: 9999;
}
.header-navigation .dropdown-menu:before, .header-navigation .dropdown-menu:after {
	display: none !important;
}
.header-navigation > ul > li > .dropdown-menu {
	margin-top: -5px;
	border-top: solid 3px transparent;
	z-index: 1001;
}
.header-navigation > ul > li.dropdown-bottom:hover > a:after {
	bottom: 0;
	width: 0;
	height: 0;
	z-index: 1002;
	content: " ";
	display: block !important;
	position: absolute;
	border-bottom: 8px solid #f68b1f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
	display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
	border-top: solid 2px #f68b1f;
}
.header-navigation .dropdown-menu li {
	padding: 0;
	margin: 0;
	/*border-bottom: solid 1px #efefef;*/
	position: relative;
	float: none;
	
}
.list>li{
	padding-top:18px !important;
}
.header-navigation .dropdown-menu li > a {
	padding: 10px 15px;
	font-weight: 400;
	color: #333;
}

.header-navigation .dropdown-menu > li > a:hover, .header-navigation .dropdown-menu > li.active > a, .header-navigation .header-navigation-content .header-navigation-col li > a:hover, .header-navigation .header-navigation-content .header-navigation-col li.active > a {
	color: #f68b1f;
	text-decoration:underline;
}
.dropdown-submenu > a:after {
	display: none;
}
/* navigation content */
.header-navigation-content {
	/*padding: 20px 30px;*/
	min-width: 295px;
	height: 314px;
}
.header-navigation-product {
	padding: 28px 0 50px 60px;
}
.header-navigation-content .row{
	margin: 0;
}
.dropdown-full-width {
	right: 0;
	width: 100%;
	width: 1250px;
	border-top: solid 2px #f68b1f;
}
.dropdown-company {
	right: 0;
}
.dropdown-right {
	right: 0;
}
.header-navigation-content .header-navigation-col {
	padding: 0;
}
/*.header1{
	padding: 0;
	width: 258px;
}
.header2{
	padding: 0;
	width: 225px;
}
.header3{
	padding: 0;
	width:220px;
}
.header4{
	padding: 0;
	width: 215px;
}
.header5{
	padding: 0;
	width: 300px;
}*/
.header-navigation-content h4 {
	font: bold 18px 'Open Sans', Arial, sans-serif;
	margin: 0 10px;
	padding: 10px 0px 5px;
	font-weight:400;
	font-size:16px;
}


.header-navigation-content .subscribe {
	font: bold 14px 'Open Sans', Arial, sans-serif;
	margin: 0 10px;
	padding: 10px 10px 5px;
	/*border-top: solid 1px #f0f0f0;*/
	font-weight:400;
	text-align: center;
}



#cpdf-nav > a{
	padding: 23px 17px 20px 12px;
}
.cpdf-nav-icon{

	padding: 0 0 16px 2px;
}


.header-navigation-content ul {
	padding: 0;
	margin-left: 10px;
	list-style: none;
}
.header-navigation-content li {
	padding: 0;
	border: none !important;
}
.header-navigation-content li > a {
	display: block;
}


/* Updated navigation with menu-img-link */
.header-navigation-content li a.menu-img-link {
	padding:0;
	margin:0;
	/* text-decoration:none; */
	color:#333;
}
.header-navigation-content li a:hover.menu-img-link {
	color:#f68b1f;
}
.header-navigation-content li a.menu-img-link img {
	margin: 10px 10px 10px 0;
}
.header-navigation-content li a.menu-img-link-ad {
	text-align:center;
	text-decoration:none;
	color:#333; 
}

/* @media (max-width: 480px) {
.header-navigation-content {
	padding: 20px 0;
}
.header-navigation > ul > li > a {
	padding: 23px 0;
}
.header-navigation .dropdown-menu li > a {
	padding: 10px 0;
	
}

.header-navigation-content li a.menu-img-link-ad {
	text-align:left;
}
} */


/* BEGIN min width 1025px */
@media (min-width: 1025px) {
.header .header-navigation {
 display: block !important;
}

 .header-navigation > ul > li:hover > .dropdown-menu {
 display: block;
}
}
/* BEGIN min width 1025px max width 1205 */
@media (min-width: 1025px) and (max-width: 1205px) {
 .header .mobi-toggler {
 display: none;
}

.header .header-navigation {
 display: block !important;
	margin-top: 20px;
}
.reduce-header .header-navigation {
 margin-top: -6px;
}
.header .header-navigation > ul > li {
 margin-right: 27px;
}
.header .header-navigation > ul > li > a {
 padding: 5px 0 18px;
}
.reduce-header .header-navigation > ul > li > a {
 padding-bottom: 13px;
}
.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
 background: none;
}
.header-navigation > ul > li.dropdown:hover > a:after {
 margin-left: 10px;
}
}

/* BEGIN max width 1024px */
/*@media (max-width: 1024px) {*/
/*.header .mobi-toggler {*/
 /*display: block;*/
/*}*/
/*.site-logo {*/
 /*float: left;*/
 /*padding-top: 0;*/
 /*padding-bottom: 10px;*/
 /*background: url(../images/global/Foxit-Logo-Tagline-s.png) no-repeat;*/
 /*width:325px;*/
 /*height:50px;*/
/*}*/
/*.header .header-navigation {*/
 /*float: none !important;*/
 /*display: none;*/
 /*clear: both;*/
 /*background: #F9F9F9;*/
 /*padding: 0 20px;*/
 /*margin: 0 -20px 25px;*/
 /*font-size: 16px;*/
/*}*/
/*.header .header-navigation li {*/
 /*float: none;*/
 /*padding: 0;*/
 /*clear: both;*/
/*}*/
/*.header .header-navigation li > a {*/
 /*border-bottom: 1px solid #efefef !important;*/
 /*padding: 8px 10px 9px;*/
 /*margin: 0 -10px;*/
 /*position: relative;*/
 /*color: #666 !important;*/
 /*background: none !important;*/
/*}*/
/*.header .header-navigation li > a:hover, .header .header-navigation li.active > a {*/
 /*border-bottom: 1px solid #efefef !important;*/
 /*background: none !important;*/
 /*color: #dd4632 !important;*/
 /*text-decoration: none;*/
/*}*/
/*.header-navigation > ul > li.dropdown:hover > a:after {*/
 /*border: none;*/
/*}*/
/*.header-navigation > ul > li > a > i.fa-angle-down {*/
 /*display: block;*/
 /*float: right;*/
 /*margin: 3px 0 0;*/
/*}*/



/*!* dropdown menu *!*/
/*.header-navigation .dropdown-menu, .header-navigation > ul > li > .dropdown-menu {*/
 /*position: static;*/
 /*width: 100%;*/
 /*margin: 0;*/
 /*border: none;*/
 /*box-shadow: none;*/
 /*background: none;*/
 /*margin-top: 0;*/
 /*border-top: none;*/
 /*z-index: 22;*/
/*}*/
/*.header-navigation .dropdown-menu li {*/
 /*border: none !important;*/
 /*margin-left: 20px;*/
 /**/
/*}*/
/*.header-navigation .dropdown-menu li > a {*/
 /*padding: 10px 10px 9px;*/
 /*z-index: 999;*/
 /*position: relative;*/
/*}*/
/*.header-navigation .dropdown-menu li > a > i {*/
 /*display: none;*/
/*}*/
/*.header-navigation .dropdown-menu .dropdown-menu {*/
 /*display: block;*/
/*}*/
/*.header-navigation .header-navigation-content {*/
 /*border: none;*/
/*}*/
/*.dropdown-megamenu .header-navigation-content {*/
 /*padding: 5px 0 0;*/
 /*margin-left: -20px;*/
/*}*/
/*.dropdown-megamenu .header-navigation-content .row {*/
 /*margin: 0;*/
/*}*/
/*.dropdown-megamenu .header-navigation-content .header-navigation-col {*/
 /*padding: 0;*/
 /*float: none;*/
 /*width: 100%;*/
/*}*/
/*.dropdown-megamenu .header-navigation-content h4 {*/
 /*font-size: 13px;*/
 /*padding: 10px 10px 9px;*/
 /*margin: 0 -10px 0 10px;*/
/*}*/
/*.header-navigation .dropdown-megamenu .header-navigation-content li > a {*/
 /*padding: 10px 10px 9px;*/
/*}*/
/*.header-navigation-content-ext {*/
 /*background: none;*/
/*}*/
/*.header-navigation-description {*/
 /*height: auto !important;*/
 /*background: none;*/
 /*box-shadow: none;*/
 /*padding: 0;*/
 /*margin: 0 10px;*/
/*}*/
/*.header-navigation-content-ext .col-md-6, .header-navigation-content-ext .col-md-3 {*/
 /*float: none;*/
 /*width: 100%;*/
/*}*/
 /*.dropdown-megamenu .header-navigation-content-ext .col-md-3 h4 {*/
 /*border-bottom: 1px solid #EFEFEF;*/
/*}*/
/*.header-navigation .dropdown-menu .header-navigation-content-ext li > a {*/
 /*display: block;*/
/*}*/
/*.header-navigation-content-ext .col-md-3, .header-navigation-content-ext .col-md-6 {*/
 /*padding: 0;*/
/*}*/
/*.header-navigation-content-ext .col-md-6 {*/
 /*margin-left: 0px;*/
/*}*/
/*.header-navigation-content-ext .col-md-6 h4 {*/
 /*margin-left: 0;*/
 /*padding-left: 0;*/
/*}*/
/*.header .nav-brands {*/
 /*margin: 15px 10px;*/
 /*padding: 0;*/
 /*width: 100%;*/
 /*background: #fff;*/
/*}*/
/*.header .nav-brands ul {*/
 /*border: 1px solid #F0F0F0;*/
 /*padding: 10px;*/
/*}*/
/*.header .nav-brands li {*/
 /*max-width: 50%;*/
 /*display: inline-block;*/
 /*border: none;*/
 /*margin-left: 0*/
/*}*/
/*.header .nav-brands li a, .header .nav-brands li a:hover {*/
 /*border: none !important;*/
 /*margin: 0 !important;*/
/*}*/
/*.nav-catalogue .dropdown-menu > li {*/
 /*margin-left: 0;*/
/*}*/
/*.nav-catalogue .header-navigation-content {*/
 /*padding: 20px 0 0;*/
/*}*/
/*.nav-catalogue .product-item {*/
 /*margin-bottom: 20px;*/
/*}*/
/*.header-navigation li.menu-search, .header-navigation li.menu-search span.sep {*/
 /*display: none;*/
/*}*/
/*.header-navigation .search-box {*/
 /*position: relative;*/
 /*right: auto;*/
 /*left: 0;*/
/*}*/
/*.header-navigation .search-box:after {*/
 /*right: auto;*/
 /*left: 0;*/
/*}*/
/*}*/

/* BEGIN max width 767px */
@media (max-width: 767px) {
 .site-logo {
 background: url(../images/global/Foxit-Logo-s.png) no-repeat;
 width:100px;
 height:32px;
margin-bottom:10px;
}
 .header-navigation-content {
 min-width: 100px;
}
}

/***
Pre-Footer and pre-footer elements
***/
.footer {
	background: #313030;
	color: #999999; font-weight:300; 
}
.footer .container {
	padding-top: 45px;
}
.footer a {
	color:#999999;
}
.footer a:hover {
	color:#fff;
}
.footer h2 {
	font-size: 21px;
	color: #c2c1c1;
}
.footer p {
	margin-bottom: 20px;
}
.footer li {
	margin-bottom: 6px;
}

.footer i:hover {
	color: #fff;
}
.footer address {
	line-height: 1.7;
}
.footer-col {
	padding-bottom: 22px;
}
.footer hr {
	margin-top: 0;
	border-color: #404040;
}
.footer .form-control, .footer .form-control:focus {
	border: none;
}
/* subscribe */
.footer .footer-subscribe-box {
	padding-bottom: 14px;
}
.footer-subscribe-box .input-group {
	border: solid 1px #545454;
	padding: 1px 1px 0 0;
}
.footer-subscribe-box input {
	border-radius: 0;
	background: #313030;
	border: solid 1px #313030;
	color: #999999; font-weight:300;
	font: 13px Arial, sans-serif;
}
.footer-subscribe-box input:focus {
	box-shadow: none;
	border: solid 1px #313030;
}
/*pre-footer lauguage */
.footer .footer-lauguage-box {
	padding-bottom: 14px;
}
.footer-lauguage-box .lauguage-box {
	border: solid 1px #545454;
	padding: 1px 1px 0 0;
}
.footer-lauguage-box select {
	border-radius: 0;
	background: #313030;
	border: solid 1px #313030;
	color: #999999;
	font: 13px Arial, sans-serif;
}
/* BEGIN max width 992px */	
@media (max-width: 992px) {
 .footer-subscribe-box form {
 width: 100%;
}
 .footer .footer-subscribe-box {
 padding-bottom: 25px;
}
}

/* BEGIN max width 767px */
@media (max-width: 767px) {
.footer .margin-bottom-40 {
 margin-bottom: 0;
}
.footer .pull-right {
 float: none !important;
}
.footer .pull-right {
 padding-top: 15px;
}
}

.online-qq {
    width: 86px;
    height: 27px;
    box-sizing: content-box;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: url(../images/20170907/icon-qq.png) no-repeat;
    background-position: 4px 4px;
    color: #FFF !important;
    padding: 3px 5px 3px 23px;
    border: #FFF 1px solid;
}

.page-bg.pdf-compressor {
    background-image: url(../images/background/enterprise-automation/small/pdf-compressor.jpg);
}
.page-bg.rendition-server {
    background-image: url(../images/background/enterprise-automation/small/rendition-server.jpg);
}
.page-bg.mobile-scanning {
    background-image: url(../images/background/enterprise-automation/mobile-scanning.jpg);
}

.homepage-companies {
    background: url(../images/background/homepage/home-bg-2.jpg);
    background-size: cover;
    background-position: center center;
}
.homepage-products {
    background: url(../images/background/homepage/home-bg-1.jpg);
    background-size: cover;
    background-position: center center;
}
.homepage-testimonials {
    background: url(../images/background/homepage/home-bg-3.jpg);
    background-size: cover;
    background-position: center center;
}
.end-users-bg-phantom-pdf {
    background: url(../images/background/phantom-pdf/phantom-pdf-w.jpg);
    background-size: cover;
    background-position: center center;
}
.end-users-bg-reader {
    background: url(../images/background/reader/reader-w.jpg);
    background-size: cover;
    background-position: center center;
}
.end-users-bg-mobile-pdf {
    background: url(../images/background/mobile-pdf/mobile-pdf-ww.jpg);
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width : 320px) {
    .homepage-companies {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .homepage-products {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
    .homepage-testimonials {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .end-users-bg-phantom-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
    .end-users-bg-reader {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .end-users-bg-mobile-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
}

@media only screen and (min-width : 480px) {
    .homepage-companies {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .homepage-products {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
    .homepage-testimonials {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .end-users-bg-phantom-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
    .end-users-bg-reader {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .end-users-bg-mobile-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
}

@media only screen and (min-width : 768px) {
    .end-users-bg-phantom-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
    .end-users-bg-reader {
        background: none;
        background-color: rgba(255,255,255,0.9);
    }
    .end-users-bg-mobile-pdf {
        background: none;
        background-color: rgba(255,255,255,0.8);
    }
}

@media only screen and (min-width : 992px) {
    .homepage-companies {
        background: url(../images/background/homepage/home-bg-2.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .homepage-products {
        background: url(../images/background/homepage/home-bg-1.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .homepage-testimonials {
        background: url(../images/background/homepage/home-bg-3.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .end-users-bg-phantom-pdf {
        background: url(../images/background/phantom-pdf/phantom-pdf-w.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .end-users-bg-reader {
        background: url(../images/background/reader/reader-w.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .end-users-bg-mobile-pdf {
        background: url(../images/background/mobile-pdf/mobile-pdf-ww.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
}
.bg-transparent-dark {
    background-color: rgba(255,255,255,0.8);
}
.bg-transparent-light {
    background-color: rgba(255,255,255,0.9);
}
.bg-transparent-xdark {
    background-color: rgba(255,255,255,0.7);
}
.bg-transparent-blue-dark {
    background-color: rgba(3,80,152,0.7);
}

.header-location {
    height: 19px !important;
    font-size: 12px !important;
    line-height: 19px !important;
    font-weight: normal !important;
    color: #de3225 !important;
    border: #de3225 1px solid !important;
    padding: 0 5px !important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    text-decoration: none !important;
    display: inline-block;
    }
  .new_img{
  	float:left;
  	position: relative;
  	top:-20px;
  	left:155px;
  }
.hot_img{
	float:left;
	position: relative;
	top: -23px;
	left: 102px;
}
.margin-bottom-20 {
	margin-top:9px;
}
.margin-bottom-21{
	margin-bottom: 25px;
}
.margin-top-45{
	margin-top:41px!important;
}
.header-navigation-content h4 a{
	font-size:16px !important;
	font-weight: 600;
}
.hover-div{
	height: 74px;
	width: 535px;
	float:left;
	position:absolute;
	left:0px;
	display:none;
}
.hover-div>a{
	height: 50px;
	width: 200px;
	display:block;
}
.hover-div:hover .dropdown-menu{
	display:block;
}


.dropdown:hover .hover-div{
	display:block;
}
.font-red>i{
	vertical-align: bottom;
}
.menu-img-link-2{
	padding: 0px !important;
}
.font-a{
	padding: 0 !important;
}
.null{
	width:40px ;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    /*border-bottom: solid 1px #efefef;*/
    position: relative;
    float: none;
    /*top: 1px;*/
}
.header-navigation {
    font: 1.25em "Open Sans", sans-serif;
}
.header-navigation .dropdown-menu > li:first-child {
    /*border-top: solid 2px #f68b1f;*/
}
.wx:hover .wx-logo{
	background: url(../images/wx.png) no-repeat;
	background-size: contain;
	position:absolute;
	top:-105px;
	left:-35px;
	width: 100px;
	height: 100px;
}
.wx{
	position:relative;
}
/* 轮播样式  */
.btnL {
    font: 700 14px/32px Helvetica, Arial, sans-serif;
}      
.caption {
   position: absolute;
    left: 235px;
    top: 350px;
}
.caption a {
   line-height: 35px!important;
}
.btngjdown {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #9a56ca;
    border-radius: 28px!important;
    text-align: center;
    width: 200px;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-indent: 30px;
    font-size: 18px;
}
.btngjdown i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/banner/banner-gj-down-hover.png);
    top: 13px;
    left: 52px;
    position: absolute;
}
.btngjdown:hover {
	color: #9a56ca;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
}
.btngjbuy {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 28px!important;
    text-align: center;
    width: 207px;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-indent: 30px;
    font-size: 18px;
}
.btngjbuy i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/banner/banner-gj-buy.png);
    top: 13px;
    left: 52px;
    position: absolute;
}
.btngjbuy:hover {
	color: #9a56ca;
	background: #fff;
}
.btngjbuy:hover i{
	background: url(../images/banner/banner-gj-buy-hover.png);
}
.gja {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.gja:hover {
    color: #fff;
}

.btn_gr{
    background: #b301b2;
	text-align: center;
	font-size: 21px;
	height: 55px;
	width: 200px;
	line-height: 53px;
	border-radius: 28px!important;
}
.btn_gr a{color: #fff;text-decoration: none;font-weight: normal;}
.btn_gr_1 a{color: #b301b4;text-decoration: none;font-weight: normal;}
.btn_gr:hover a{
	color: #fff;
	background: #cb16cc;
	border-radius: 28px!important;
	font-weight: normal;
}
.btn_gr_1{
	text-align: center;
	font-size: 21px;
	height: 55px;
	width: 200px;
	line-height: 53px;
	border-radius: 28px!important;
	border: 1px solid #b301b4;
}
.btn_gr_1:hover a{
	color: #fff;
	background:#b301b2;
	border-radius: 28px!important;
	font-weight: normal;
}

/*联系我们--2018-07-06*/
.lx_daohan{border-bottom: 1px solid #dddddd;height: 39px;font-size: 16px;margin-bottom: 40px;}
.lx_daohan li{float: left;margin-left:30px;height: 39px;padding:0 16px;list-style: none;}
.lx_daohan li:hover{border-bottom: 4px solid #f58b24;}
.lx_daohan li a{text-decoration: none;color:#666666;}
#liangxi li{
	list-style: none;
}
#liangxi p{
	margin: 0;
	padding: 0;
}
.web-list{
	color:#666666;
	font-size:14px;
}
.web-list>li{
	margin-top:27px;
}
.web-list>li>span>a,.web-item8>a{
	color:#666666;
	font-size:14px;
}
.web-item8>a:hover{
	color:#666666 !important;
}
.web-item1>a,.web-item2>a,.web-item3>a,.web-item4>a,.web-item5>a{
	margin-left:41px;
}
.web-item2{
	margin-right:22px;
	float: right;
}
.web-item4{
	margin-right:36px;
	float: right;
}
.web-item6{
	margin-right: 67px;
	float: right;
}
.web-item6>a{
	margin-left:15px;
}
.web-item7{
	margin-left:25px;
}
#liangxi .web-item8{
	margin-left:125px;
}
.web-title1{
	margin-left:41px;
}
#liangxi .web-title2{
	margin-left: 127px;
}
#liangxi .typeface{
	font-weight: 600;
	color:#333333;
	margin-left: 16px;
}
#liangxi .web-ul{
	margin-top:26px;
}
.web-ul:last-child li{
	margin-top:40px;
}

#liangxi .logo{
	height: 16px;
	width: 16px;
	background-image: url(../images/QQ.png);	
	display: inline-block;
	position: relative;
    top: 3px;
}
#liangxi .qq{
	display: inline-block;
	width: 129px;
	height: 29px;
	background-color: #60a8ff;
	border-radius: 3px !important;
	text-align: center;
	line-height: 29px;
	margin-left: 20px;
	font-size:12px;
	color:#ffffff;
}
#liangxi .qq:hover{
	background-color: #7bb6ff;
	color:#FFFFFF!important;
	text-decoration: none;
}
#liangxi .qq:active{
	color:#4694f3;
}
#liangxi .qq-line{
	margin:0 10px;
}